﻿/*********************Home page**************************/

.sliderHome {
    max-width: 100vw;
    display: none;
    overflow: hidden;
    max-height: calc(100vh - 100px);
}

.sliderHome .carousel-caption {
    right: auto;
    bottom: 15%;
    left: 6%;
    top: 32%;
    text-align: left;
}

img{
    max-width: 100%;
}
/* 
.boxBG{
    height: 400px;
    background-size: cover;
    background: url("/Style Library/TargetDesign/images/assetBenefits.svg");
} */

.sliderHome .carousel-caption h2{
    color: #f58221;
    font-family: 'HelveticaBold';
    text-transform: capitalize;
    margin-bottom: 1rem;
}

.sliderHome .carousel-caption p{
    width: 70%;
    font-size: 18px;
}

.eventDetails{
    margin-top: 5rem;
    margin-bottom: 3rem;
}

.eventDetails .slick-prev,
.eventDetails .slick-next{
    z-index: 9;
}

.eventDetails .slick-prev{
    left: 1rem;
}

.eventDetails .slick-next{
    right: 1rem;
}
.eventDetails .imgEventDetails{
    height: 400px;
    overflow: hidden;
}

.eventDetails .eventImg{
    height: 400px !important;
    overflow: hidden;
    background-size: cover !important;
    background-position: center !important;
}

.eventDetails .info{
    margin-top: 1rem;
}

.eventDetails .info i{
    margin-right: 1rem;
}

.eventDetails .info p{
    max-width: 80%;
}
.eventDetails .info h6{
    margin: 1rem 0;
    color: #939191;
}

/****************** About Us page **********************/

.aboutUs {
    padding: 4rem 0;
}

.aboutUs p {
    margin: 1rem 0 3rem 0;
    font-size: 17px;
}

.btnWithIcon {
    display: inline-flex;
    padding: .5rem 1rem;
    justify-content: space-between;
    width: 176px;
    align-items: center;
    border: 1px solid #f58221;
    border-radius: 5px;
    color: #f58221 !important;
    font-size: 1.1rem;
}

.btnWithIcon span {
    display: flex;
    background-color: #f58221;
    width: 26px;
    height: 26px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
}

.btnWithIcon:hover span {
    animation: moveSpan .6s infinite
}

@keyframes moveSpan {
    0% {
        position: relative;
        left: -.5rem
    }
    100% {
        position: relative;
        left: 0
    }
}

.aboutUs #Portfolio span i {
    color: #fff;
}

.aboutUs #moreUs {
    padding: .5rem 3rem;
    margin-left: 1rem;
}

.aboutUs video{
    max-width: 100%;
    border-radius: 20px;
}

.aboutUs #VideoDescription{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

#AboutUs .partnerText h3{
    margin-left: 0;
    margin-bottom: 1rem;
}

#AboutUs .partnerText p{
    line-height: 1.8;
}

#AboutUs .partnerImg img{
    max-width: 400px;
}

#AboutUs .descriptionSection p{
    color: #000 !important;
    font-family: 'Helvetica';
}

.targetSolution {
    background-color: #F38F1F;
    padding: 1.5rem 0 2rem;
    color: #fff;
}

.targetSolution .targetSolutionBox{
    margin-bottom: 15px;
    padding-right:0;
}

.targetSolution h2 {
    margin: 1rem 0 2rem 0;
    color: #fff;
    font-family: 'HelveticaBold';
    font-weight: normal;
}

.targetSolution p {
    width: 50vw;
    margin: auto;
}

.targetSolution .mainbox {
    background-color: #fff;
    border-radius: 20px;
    padding: 2rem;
    position: relative;
    transition: all .3s;
    overflow: hidden;
    height: 100%;
}

.targetSolution .mainbox .directbox h4 {
    color: #F38F1F;
    font-size: 30px;
    margin-bottom: 5px;
    font-family: 'HelveticaBold';
    line-height: 1;
    cursor: default;
}

.targetSolution .mainbox .directbox h3 {
    color: #59595C;
    font-size: 18px;
    text-shadow: 1px 0px 1px rgb(0 0 0 / 20%);
    font-family: 'HelveticaBold';
    margin-bottom: 2rem;
}

.targetSolution .mainbox .directbox img {
    display: block;
    margin: auto;
}

.targetSolution .mainbox .positionbox {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F9B66B;
    padding: 1.75rem 2rem;
    top: 100%;
    transition: all .4s ease-in-out;
    cursor: default;
}

.targetSolution .mainbox .positionbox h4 {
    color: #fff;
    font-family: 'HelveticaBold';
}

.targetSolution .mainbox .positionbox li {
    position: relative;
    padding-left: 1.2rem;
    font-size: 15px;
    line-height: 1.8;
    display: flex;
    align-items: center;
}

.targetSolution .mainbox .positionbox li::before {
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    background-color: #fff;
    left: 0;
}

.targetSolution .mainbox:hover .positionbox {
    top: 0;
}

.tslaSection {
    background-image: url("../images/backgroundTSLA.svg");
    background-size: cover;
    background-position: center;
    margin-top: 1rem;
    text-align: center;
    padding: 3rem 0
}

.tslaSection a#linkContent {
    display: block;
    width: 60vw;
    margin: auto;
    background-color: #fff;
    transition: all .2s ease-in
}

.tslaSection a#linkContent:hover {
    -webkit-box-shadow: 0px 0px 8px 0px rgb(164 162 162 / 75%);
    -moz-box-shadow: 0px 0px 8px 0px rgb(164 162 162 / 75%);
    box-shadow: 0px 0px 30px 10px rgb(0 0 0 / 10%);
}

.tslaSection .tslaContent {
    padding: 3rem;
    color: #59595c;
}

.tslaSection .tslaContent img {
    max-width: 90%;
}

.tslaSection .tslaContent h2 {
    margin: 1rem 0;
    font-size: 24px;
}

.newsection {
    padding: 2rem 0;
}

.newsection h3 {
    margin: 2rem 0;
}

.EventSection .event{
    margin-bottom: 1rem;
    background-position: 0px -161px !important;
    background-size: cover !important;
    border-radius: 15px;
    overflow: hidden;
    height: 400px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: flex-end;
}

.EventSection .imgBox {
    padding: 2rem;
    z-index: 1;
}

.EventSection .imgBox span {
    color: #cccccc;
    font-size: 13px;
    margin-bottom: 12px;
    display: block;
}

.EventSection .imgBox h5{
    color: #fff;
    /* margin: .2rem 0; */
    font-family: 'HelveticaBold';
}

.EventSection  a {
    color: #F38F1F;
}

.EventSection a img {
    margin-left: .2rem;
    width: 15px;
}

.EventSection .aboutNews h5 {
    color: #F38F1F;
}

.newsection .aboutNews p {
    color: #59595C;
    width: 85%;
    padding: .5rem 0;
}

.EventSection .rectangleImg{
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
    min-height: 46%;
}

.newsection .aboutNews p:not(:last-of-type){
    border-bottom: 2px solid #F2F2F2;
}

.newsection .aboutNews a {
    padding: .5rem 3rem;
    display: block;
    margin: auto;
    width: 160px;
}

.partnerSection {
    max-width: 100vw;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    /* flex-direction: row; */
    background-color: #F38F1F;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0
}

.partnerSection .partnerHeading {
    padding: 10px 0;
    /* padding: 2rem 4rem; */
    /* width: 28vw; */
}

.partnerSection .partnerHeading h3,
.partnerSection .partnerHeading p {
    color: #fff;
}

.partnerSection .partnerSlider {
    width: 90vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.partnerSection .sliderBox {
    padding: 1rem 1.3rem;
    background-color: #fff;
    border-radius: 20px;
    outline: none;
}
.partnerSection .SliderContainer{
    padding: 0 .5rem;
    width: calc(90vw / 8);
}

.partnerSection .sliderBox img {
    width: 90%;
    margin: auto;
}


/*********************** Hardware Solutions page ******************************/

#HardwareSolutions .hyperSction {
    text-align: center
}

#HardwareSolutions .hyperSction p {
    width: 68%;
    margin: 3rem auto 1rem;
    font-family: "MYRIADPROBOLD";
    color: #59595C
}
/****************** Storage *********************/
.Storage .showProducts{
    background-color: #00B388;
    padding: 2rem 0rem;
    max-width: 100vw;
    overflow: hidden;
}

.Storage .showProducts > h3{
    font-family: 'HelveticaBold';
    color: #fff;
    margin-bottom: 2rem;
    font-size: 24px;
}

.Storage .slideProducts{
    width: 90vw;
    margin: auto;
    display: flex;
}
.Storage .slideProducts .SlideContainer{
    padding: 0 10px;
    min-width: calc(90vw / 4);
}
.Storage .slideProducts .productContent{
    position: relative;
    overflow: hidden;
    padding: 1rem 2rem;
    border-radius: 20px;
    background-color: #fff;
    min-height: 251px;
}

.Storage .slideProducts .productContent .hoverProduct{
    position: absolute;
    background-color: #343434;
    width: 100%;
    height: 100%;
    left: 0;
    top: 100%;
    padding: 1.5rem;
    color: #fff;
    transition: all .3s ease-in;
}

.Storage .slideProducts .productContent:hover .hoverProduct{
    top: 0;
}

.Storage .slideProducts .productContent .hoverProduct h3{
    font-size: 18px;
    margin-bottom: 12px;
    color: #fff;
    font-family: 'HelveticaBold';
}

.Storage .slideProducts .productContent .hoverProduct ul{
    padding-left: 1rem;
    margin: 0;
}

.Storage .slideProducts .productContent .hoverProduct ul li{
   font-size: 15px;
   margin-bottom: 10px;
}

.Storage .slideProducts .productContent .fixedProduct{
    /* padding: 0rem 1rem; */
}

.Storage .slideProducts .productContent .fixedProduct span{
    font-size: 30px;
    color: #00B388;
    font-family: 'HelveticaBold';
}

.Storage .slideProducts .productContent .fixedProduct h5{
    font-size: 16px;
    font-family: 'HelveticaBold';
}

.Storage .slideProducts .productContent h3{
    color: #555;
}

.Storage .slideProducts .productContent img{
    max-width: 100%;
    margin: auto;
}

.Storage .storageSolution > h3{
    margin: 2rem 0;
}

.Storage .storageSolution .row{
    width: 70vw;
    margin: auto;
}

.Storage .storageSolution .solutionLink{
    position: relative;
    height: 335px;
    width: 370px;
    overflow: hidden;
    border-radius: 27px;
    padding: 0;
    margin: 0 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}


.Storage .storageSolution .solutionLink img{
    position: absolute;
    width: 100%;
    z-index: -1;
    transition: all .2s ease-in;
}

.Storage .storageSolution .solutionLink:hover img{
    transform: scale(1.2);
}

.Storage .storageSolution .editRow{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.Storage .storageSolution .solutionLink a{
    color: #fff;
    font-family: "Helvetica";
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    transition: all .2s ease-in;
}

.Storage .storageSolution .solutionLink a i{
    padding-left: .5rem;
}

.Storage .storageSolution .solutionLink a:hover{
    color: #f58221;
}

.Storage .storageSolution .solutionLink h4{
    color: #fff;
    font-family: "Helvetica";
}

.Storage .storageSolution .solutionLink .linkHeading{
    padding: 2rem;
}

.Storage .headingBG{
    height: 240px;
    background-size: cover;
    background:url("/Style Library/TargetDesign/images/HeadingGB.png");
    position: relative;
    margin: 3rem auto 2rem;
    width: 90vw;
}

.Storage .headingBG .opacityHead{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    padding-left: 2rem;
    flex-direction: column;
    justify-content: center;
    background-color: rgb(14 14 14 / 50%);
}

.Storage .headingBG h2{
    margin-left: 0;
    color: #fff !important;
    font-family: "Helvetica";
}
.seriesBlock{
    margin: 2rem 0;
}
.seriesBlock .seriesProduct{
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #F2F2F2;
    padding: 1rem;
    border-radius: 20px;
    margin: 8px 0;
    height: 166px;
}

.seriesBlock .seriesProduct .imgContent{
    background-color: #fff;
    border-radius: 10px;
    width: 30%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: contain; */
}

.seriesBlock .seriesProduct .textContent{
    margin-left: 1rem;
}

.seriesBlock .seriesProduct h4{
    color: #59595C;
    font-family: 'HelveticaBold';
    font-size: 18px;
}

.seriesBlock .seriesProduct li{
    position: relative;
    font-family: "Helvetica";
    color: #59595C;
    display: flex;
    align-items: center;
    line-height: 1.8;
}

.seriesBlock .seriesProduct li::before{
    background-color: #f58221;
}

/***************** Server And System *************************/
.HPEServersFamily > h3,
.serverManagement > h3{
    margin: 1rem 0 .5rem;
    font-size: 20px;
}

.SynergyProto .mycontainer > div{
    display: flex;
}

.SynergyProto .businessStrategy .imgContent{
    background-color: #fff;
    border-radius: 15px;
    height: 179px;
    overflow: hidden;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.SynergyProto .businessStrategy li{
    margin: 6px 0;
    color: #000;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.SynergyProto .businessStrategy li::before{
    background-color: #F38F1F;
}

.Infrastructure{
    margin-top: 3rem;
}

.Infrastructure h2{
    margin-bottom: 1rem;
    font-size: 20px;
}

.Infrastructure .arrowBox{
    margin: 2rem 3rem;
    border-radius: 65px;
    background-color: #FBFBFB;
    padding: .5rem;
    -webkit-box-shadow: 1px 4px 4px -2px rgb(222 222 222);
    -moz-box-shadow: 1px 4px 4px -2px rgb(222 222 222);
    box-shadow: 1px 4px 4px -2px rgb(222 222 222);
    position: relative;
}

.Infrastructure .contentImg{
    align-items: center;
    flex-direction: row;
    display: flex;
}

.Infrastructure .contentImg img{
    max-width: 100%;
}

.Infrastructure .contentArrow{
    padding-left: 0;
}

.Infrastructure .contentArrow .arrowBox::before{
    position: absolute;
    z-index: -1;
}

.Infrastructure .contentArrow .arrowBox:first-child::before{
    content: url('/Style Library/TargetDesign/images/arrowTop.png');
    left: -5rem;
    top: 3rem;
}

.Infrastructure .contentArrow .arrowBox:nth-child(2)::before{
    content: url('/Style Library/TargetDesign/images/arrowCenter.png');
    left: -2.5rem;
    top: 2.5rem;
}

.Infrastructure .contentArrow .arrowBox:last-child::before{
    content: url('/Style Library/TargetDesign/images/arrowBottom.png');
    left: -5.5rem;
    top: 1rem;
}

.Infrastructure .arrowBox img{
    max-width: 85px;
}

.Infrastructure .arrowBox span{
    color: #000;
    font-size: 15px;
}

.HPEServersFamily .businessStrategy .list li{
    font-family: "Helvetica";
    position: relative;
    display: inline-flex;
    /* width: 49%; */
    font-size: 15px;
    align-items: center;
    line-height: 1.8;
    margin-right: 2rem;
    white-space: nowrap;
}

.HPEServersFamily .businessStrategy .listPoint li::before{
    background-color: #00B388;
}

.serverManagement .listPoint li::before{
    background-color: #00B388;
}

.serverManagement .HPEInfosight{
    margin-top: 2rem;
    /* align-items: center; */
}

.serverManagement .HPEInfosight li{
    color: #59595C;
    font-size: 16px;
    margin: 1rem 0;
    display: flex;
    align-items: center;
}

.serverManagement .HPEInfosight .imgContent{
    text-align: right;
}

.serverManagement .HPEInfosight .imgContent img{
    max-width: 100%;
}

/******************* Cloud for build page ************************/

.buildForCloud .cloudPart{
    border: 1px solid #00B388;
    border-radius: 15px;
    margin: 5px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 68px;
}


.buildForCloud .cloudPart p{
    margin-bottom: 0;
    color: #0B0B0B;
    font-family: 'HelveticaBold';
    font-size: 15px;
}

.buildForCloud .PortfolioDes{
    color: #59595C;
    font-family: MYRIADPROBOLD;
    text-align: center;
    margin: 3rem 0 1rem;
}

.buildForCloud .asButton{
    border-radius: 10px 10px 0 0;
    height: 51px;
    border: 1px solid #00B388;
    cursor: pointer;
    color: #00B388;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    border-bottom: 0;
    font-family: 'HelveticaBold';
}

.buildForCloud .selectedBtn{
    background-color: #00B388;
    color: #fff;
}

.buildForCloud .showStorage{
    padding: 1rem;
    border: 1px solid #00b388;
    border-top: 1px solid #dedede;
    background-color: #fff;
    position: relative;
    top: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-box-shadow: 0px 0px 3px 0px rgb(239 239 239);
    -moz-box-shadow: 0px 0px 3px 0px rgba(239 239 239);
    box-shadow: 0px 0px 3px 0px rgb(239 239 239);
}
.buildForCloud .showStorage .contentProtofolioBlock{
    margin-bottom: 10px;
}
.buildForCloud .showStorage .contentProtofolio{
    background-color: #E5F7F3;
    padding: 1rem;
    border-radius: 10px;
    height: 100%;
}

.buildForCloud .showStorage .contentImg{
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    max-height: 190px;
    width: 100%;
    height: 220px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.buildForCloud .showStorage .contentImg img{
    max-height: 190px;
    max-width: 100%;
}

.buildForCloud  .contentText{
    margin: 2rem 1rem 0;
}

.buildForCloud  .contentText h5{
    margin-bottom: 16px !important;
    font-size: 20px;
}

.buildForCloud  .contentText li{
    margin: 5px 0px;
    color: #59595C;
    display: flex;
    align-items: center;
}

.buildForCloud  .contentText li::before{
    background-color: #00B388;
}
.buildForCloud  .contentText .listPoint{
    margin-bottom:0;
}
/************* **************/
.ComposablePrecent{
    margin: 2rem auto;
}

.HPESynery{
    margin-top: 4rem;
    margin-bottom: 2rem;
}

/********************** About Us Page *****************************/

#AboutUs .aboutInfo {
    text-align: center
}

#AboutUs .aboutInfo p {
    width: 60vw;
    color: #666;
    margin: 2rem auto 0
}

.descriptionSection-2 {
    display: flex;
    flex-direction: row-reverse;
}
 .descBox {
    text-align: left;
}

#AboutUs .descriptionSection .imgBox img {
    max-width: 100%;
    max-height: 100%;
}

#AboutUs .descriptionSection .mycontainer>div {
    padding: 2rem;
    display: flex;
    align-items: center;
}

#AboutUs .descriptionSection .mycontainer>div:last-child {
    flex-direction: row-reverse;
    text-align: right;
}

#AboutUs .descriptionSection .mycontainer .descBox {
    display: inline-block;
    /* width: calc(100% - 500px); */
}
.partnerImg {
    display: flex;
    justify-content: flex-end;
}
/************************* our Team Page *********************************/

#OurTeam .teamPersonal .mycontainer>div:nth-child(even) {
    margin-top: 3rem
}

#OurTeam .imgPersonal {
    height: 271px;
    border-radius: 20px;
    background-color: black;
    width: 84%;
    margin: 0 auto 1rem;
}

#OurTeam .teamPersonal h4,
#OurTeam .teamPersonal h5 {
    margin-left: 1.6rem
}

#OurTeam .joinSection {
    padding: 3rem 0
}

#OurTeam .joinSection p {
    width: 50vw;
    margin: 2rem auto
}

#OurTeam .joinSection a {
    padding: .6rem 4rem
}


/************************** Hardware Solutions Data Center Infrastructure Page ********************************/

#HSDC .DCInfrastructure{
    margin-top: 2rem;
}

#HSDC .DCInfrastructure h2 {
    margin: 2rem 0
}

#HSDC .DCInfrastructure p {
    margin-bottom: 2rem !important
}

#HSDC .DCInfrastructure .myRow{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#HSDC .DCInfrastructure .infrastructureBox {
    background-color: #F2F2F2;
    border-radius: 10px;
    padding: 1rem;
    text-align: center;
    margin: 0 auto 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#HSDC .DCInfrastructure .infrastructureBox .ImageContainer{
    height: 145px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    min-width: 180px;
}

#HSDC .DCInfrastructure .infrastructureBox img {
    width: 100%
}

#HSDC .DCInfrastructure .infrastructureBox h5 {
    font-size: 16px;
    margin: .75rem 0;
}

#HSDC .solutionInfrastructure {
    background-image: url("/Style Library/TargetDesign/images/Hardware Solutions BG-8.png");
    background-size: cover;
    padding: 2rem 0;
    margin-top: 3rem
}

#HSDC .solutionInfrastructure .opacityBox {
    width: 70vw;
    margin: auto;
    padding: 1rem 1rem 0;
    background-color: rgba(255, 255, 255, 19%);
}

#HSDC .solutionInfrastructure .opacityBox img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

#HSDC .solutionInfrastructure .opacityBox p {
    color: #fff;
    padding: 1.5rem 0;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0,0,0,.6);
}

#HSDC .infographBlock img {
    margin: 2rem 0;
    max-width: 100%;
}


/************************ software solutions-cloud business ****************************/

#cloudBusinessSoftwar .descriptionBlock h5 {
    margin-top: 2rem
}

#cloudBusinessSoftwar .descriptionBlock p {
    margin: 0 auto 0 !important
}

#cloudBusinessSoftwar .pReason {
    margin: auto
}

#cloudBusinessSoftwar .targetCloud {
    margin-bottom: 2rem
}

#cloudBusinessSoftwar .targetCloud .infoTarget {
    display: flex;
    flex-direction: column;
    justify-content: center
}

#cloudBusinessSoftwar .targetCloud .infoTarget p {
    padding: 0 2rem;
    font-size: .9rem;
}

#cloudBusinessSoftwar .targetCloud img {
    max-width: 100%
}

#cloudBusinessSoftwar .cloudRespons h3{
    color: #f58221;
}

.cloudRespons .mycontainer .cloudItemBlock{
    padding: 1rem 0;
}

.cloudRespons .mycontainer .cloudItemBlock:not(:last-child){
    border-bottom: 1px solid #dedede;
}

/***************** business continuty software page ***********************/

#businessContinutySolution .infoBox {
    display: flex;
    flex-direction: column;
    justify-content: center
}

#businessContinutySolution .disasterEvents .imgsBox>img {
    display: block;
    margin: auto;
    position: relative;
    top: .5rem;
    z-index: -1;
    width: 65px;
}

#businessContinutySolution .disasterEvents .circleBox {
    border-radius: 50%;
    height: 180px;
    width: 180px;
    margin: 0 auto 1rem;
    background-color: #fff;
    border: 1px solid #dedede;
    overflow: hidden;
}

#businessContinutySolution .disasterEvents .circleBox img {
    max-width: 100%
}

#businessContinutySolution .disasterEvents h5 {
    margin: 1rem 0 12px;
    font-size: 20px;
}

#businessContinutySolution .disasterEvents li {
    position: relative;
    margin-bottom: 4px;
    color: #7f7f7f;
    font-size: 16px;
    text-align: center;
    width: auto;
    display: flex;
    align-items: center;
}

#businessContinutySolution .disasterEvents li:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: -15px;
    background-color: #F38F1F;
}

#businessContinutySolution .strongContinuity ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 2rem
}

#businessContinutySolution .strongContinuity li {
    margin: 0 1rem;
    font-family: MYRIADPROBOLD;
    color: #59595C
}

#businessContinutySolution .strongContinuity li img {
    margin: 0 1rem
}

#businessContinutySolution .lifecycleContinuity .infoBox {
    display: flex;
    flex-direction: column;
    justify-content: center
}



#businessContinutySolution .lifecycleContinuity img{
    max-width: 100%;
}

#businessContinutySolution .targetExpert {
    background: url("/Style Library/TargetDesign/images/nimbleBG.png");
    background-size: cover;
    padding: 2rem 0;
    margin: 3rem 0
}

#businessContinutySolution .targetExpert .opacityExpert {
    background-color: rgba(255 255 255 / 30%);
    width: 80vw;
    margin: auto;
    padding: .5rem
}

#businessContinutySolution .targetExpert .opacityExpert>div {
    background-color: #fff;
    padding: 2rem;
    margin: 1rem
}

#businessContinutySolution .targetExpert .opacityExpert>div div {
    padding: 0
}

#businessContinutySolution .targetExpert .opacityExpert>div div:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#businessContinutySolution .targetExpert .opacityExpert p {
    line-height: 1.7;
    padding-right: 2rem
}

#businessContinutySolution .targetExpert .opacityExpert>div div:last-child {
    height: 250px
}

#businessContinutySolution .targetExpert .opacityExpert img {
    width: 100%;
    height: 100%
}

#businessContinutySolution .continuityIncludes {
    padding: 2rem 0
}

#businessContinutySolution .continuityIncludes>div {
    margin: 2rem 0
}

#businessContinutySolution .continuityIncludes .infoBox h4 {
    margin-left: 0
}

#businessContinutySolution .continuityIncludes .infoBox li {
    position: relative;
    margin-left: 1rem;
    color: #59595C;
    margin-top: .5rem;
    padding-left: .5rem;
}

#businessContinutySolution .continuityIncludes .infoBox li:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #F38F1F;
    top: .5rem;
    left: -1rem
}

#businessContinutySolution .continuityIncludes .imgBox {
    height: 400px;
    text-align: center;
}

#businessContinutySolution .continuityIncludes .imgBox img {
    max-width: 100%;
    max-height: 100%
}
.disasterEvents-colss {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.disasterEvents-cols ul {
    padding-left: 50px;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
/**************** TSLA page **********************/

#tslaPage .listBlock {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 3rem 0;
    align-items: center
}

#tslaPage .listBlock li {
    position: relative
}

#tslaPage .listBlock li:before {
    content: '';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    width: 60px;
    height: 60px;
    border: 2px solid #f38f1f;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 1.5rem;
    text-align: center;
    margin-right: 1rem;
    color: #f38f1f;
}

#tslaPage .infoBox{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#tslaPage .process img{
    max-width: 100%;
}

#tslaPage .planBox{
    box-shadow: 0px 0px 7px -2px rgb(128 128 128 / 44%);
    -webkit-box-shadow: 0px 0px 7px -2px rgb(128 128 128 / 44%);
    -moz-box-shadow: 0px 0px 7px -2px rgb(128 128 128 / 44%);
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    position: relative;
}

#tslaPage .plansBlock .row > div{
    padding-left: 10px !important;
    padding-right: 10px !important;
}

#tslaPage .planBox .sign::after{
    content: 'Recommended';
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #ff963d;
    text-align: center;
    color: #fff;
    left: 0;
}

#tslaPage .planBox .title{
    background-color: #fdefe4;
    text-align: center;
    height: 83px;
    display: flex;
    align-items: end;
    padding-bottom: .3rem;
}

#tslaPage .planBox .title h4{
    color: #ff963d;
    font-family: 'HelveticaBold';
}

#tslaPage .planBox .description{
    padding: .8rem;
}

#tslaPage .planBox .description li{
    line-height:2.3;
    display:flex;
    color:#7b7b7b;
    font-size: .9rem;
}

#tslaPage .planBox .description li .Number{
    margin-left: auto;
    margin-right: 0;
}

#tslaPage .planBox .description li span.correct{
    color: #2ea35d;
    background-color: rgb(72 163 93 / 20%);
}

#tslaPage .planBox .description li span.time{
    color: #f57d15;
    background-color: rgb(245 125 21 / 0.20);
}


#tslaPage .planBox .description li span{
    width:25px;
    display:inline-flex;
    background-color: #f2f2f2;
    height:25px;
    margin-right:.5rem;
    margin-top:.3rem;
    justify-content:center;
    align-items:center;
    border-radius:50%;
    font-size:.9rem;
    color:#525252
}

#tslaPage .planBox .description li.correct,
#tslaPage .planBox .description li.correct span i{
    color: #2ea35d;
}

#tslaPage .planBox .description li.correct span{
    background-color: #e4fdea;
}

#tslaPage .planBox .description li.time,
#tslaPage .planBox .description li.time span i{
    color: #f57d15;
}

#tslaPage .planBox .description li.time span{
    background-color: #fdefe4;
}

#tslaPage .planBox a{
    width: 100%;
    border-radius: 5px;
    display: flex;
    border: 1px solid #f58221;
    padding: .3rem;
    color: #f58221 !important;
    transition: all .3s ease-in;
    justify-content: center;
    background-color: #fff;
}

#tslaPage .planBox a:hover{
    background-color: #f58221;
    color: #fff !important;
}

#tslaPage .planBox .package{
    background-color: #f58221;
    background-image: url("/Style Library/TargetDesign/images/planBG.svg");
    height: 100%;
    background-position: 0 105%;
    background-repeat: no-repeat;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#tslaPage .planBox .package span{
    margin-bottom: 2rem;
    color: #fff;
    font-size: 1.5rem;
}

/**************** Asset System Page *********************/
.allEvent{
    margin: 2rem auto;
}

.allEvent .contentImg img{
    width: 100%;
    height: 300px;
}

.allEvent .boxEvent{
    margin: 1rem auto;
    -webkit-box-shadow: 0px 0px 5px -1px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px -1px rgb(0 0 0 / 75%);
    border-radius: 10px;
    overflow: hidden;
}

.allEvent .contentText{
    padding: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.allEvent .boxEvent a{
    color: #F38F1F;
}

.allEvent .contentText p{
    display: inline;
    white-space: nowrap;
}

.allEvent .boxEvent h5{
    margin-bottom: 1rem;
}

.allEvent .contentText span{
    color: #343434;
    margin: 0 0 .5rem 0;
    display: inline-flex;
    align-items: baseline;
    font-family: 'Helvetica';
}

.allEvent .contentText span i{
    margin-right: .4rem;
}
.Img-center {
    text-align: center;
}
#systemManagement img{
    max-width: 100%;
}

.powered{
    background-color: #F38F1F;
    padding: 2rem 1rem;
    margin: 5rem 0 1rem;
    color: #fff;
}

.powered .partnerText{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.powered .mycontainerSmaller{
    max-width: 70vw;
}

.powered .partnerPowered{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.powered .partnerPowered .partner{
    border-radius: 10px;
    width: 177px;
    overflow: hidden;
    height: 100px;
    background-color: #fff;
    margin: 0 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/******************** Contact us page ***********************/
.infobranch {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#contactUs .branches .infobranch img {
    display: block;
    margin: auto;
    width: 300px;
    height: 258px;
}

#contactUs .branches .infobranch h3 {
    margin: 1rem auto;
}

#contactUs .branches .infobranch li {
    margin: 8px 0;
    font-size: 16px;
    text-align: center;
}

#contactUs .branches .infobranch li i {
    margin-right: 8px;
    font-size: 16px;
}

#contactUs .form {
    background: url("/Style Library/TargetDesign/images/formBG.png");
    background-size: cover;
    padding: 2rem 0;
    margin-top: 2rem;
    background-position: center;
}

@media (min-width: 768px) {
    .form .form-row .col-md-6 {
        max-width: 48%;
        margin-bottom: 8px;
    }
}

#contactUs .form .form-row {
    justify-content: space-between;
}

#contactUs .form .opacityForm {
    width: 65vw;
    margin: auto;
    background-color: rgba(0 0 0 / 40%);
    padding: 2rem;
}

#contactUs .form .opacityForm label {
    color: #fff;
    margin-bottom: 0px;
    font-size: 15px;
    font-family: 'Helvetica';
}

#contactUs .form .opacityForm input,
#contactUs .form .opacityForm select {
    background-color: #ffffff;
    border: 1px solid #b9b9b9;
    border-radius: 5px;
    height: 40px !important;
    padding: 0 1rem;
    border-radius: 3px;
}

#contactUs .form .opacityForm select {
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='33' viewBox='0 0 24 24' width='33' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 99%;
    background-position-y: 6px;
}

#contactUs .form .opacityForm select::before {
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 9;
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

#contactUs .form .form-row>div:last-child {
    margin-left: 4px;
    width: 100%;
}

#contactUs .form .opacityForm textarea {
    background-color: #F2F2F2;
    border: 1px solid #F2F2F2;
}

#contactUs .form .opacityForm #btnSubmit {
    background-color: #F38F1F;
    color: #fff;
    border-radius: 5px;
    display: block;
    width: 225px;
    float: right;
    padding: .7rem 1rem;
    border: 1px solid #f38f1f;
    margin: 2rem 0rem .5rem 0;
    cursor: pointer;
    transition: all .3s ease-in;
}

#contactUs .form .opacityForm #btnSubmit:hover {
    background-color: transparent;
}

#contactUs .form .opacityForm #btnSubmit:disabled{
    border-color: #e1e1e1;
    background-color: #fdfdfd;
    background-color: #fdfdfd;
    color: #b1b1b1;
    cursor: auto;
}

#contactUs .form .opacityForm #btnSubmit i{
    margin-right: 0.6rem;
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

@keyframes rotating {
    from {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

/*************    data management solution      ****************/



.dataManagment .feature{
    border: 1px solid #9c9c9c;
    border-radius: 13px;
    margin: 10px;
    overflow: hidden;
    height: 300px;
    padding-bottom:1rem;
    position: relative;
}

.dataManagment .feature ul::-webkit-scrollbar {
    width: 3px;
  }
  
  .dataManagment .feature ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 15px;
  }
   
  .dataManagment .feature ul::-webkit-scrollbar-thumb {
    background: rgb(36, 36, 36); 
    border-radius: 15px;
  }

.dataManagment .feature p{
    text-align: center;
    background-color: #9c9c9c;
    padding: .7rem;
    color: #fff;
}

.dataManagment .feature ul{
    padding: .5rem 1rem;
    overflow: auto;
    height: 250px;
}

.dataManagment .feature ul li{
    margin: .5rem;
    position: relative;
}

.dataManagment .feature ul li::before{
    content: '\f111';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #FF4A6A;
    font-size: .5rem;
    position: absolute;
    top: .4rem;
    left: -1rem;
}

ul li.hidden{
    display: none;
}

.dataManagment .feature > span{
    position: absolute;
    bottom: 1rem;
    background-color: #FF4A6A;
    color: #fff;
    display: inline-flex;
    border-radius: 5px;
    align-items: center;
    width: 20px;
    height: 20px;
    justify-content: center;
    font-size: .8rem;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
}

.CommvaultSlider .slick-prev:before,
.CommvaultSlider .slick-next:before{
    color: #000 !important;
}

.CommvaultInfograph img{
    max-width: 100%;
}

.dataManagment .lineBlock{
    background-color: #FF4A6A;
}

.CommvaultBenefit .benefit{
    margin: 1rem;
    border: 1px solid #9c9c9c;
    border-radius: 13px;
    overflow: hidden;
}

.CommvaultBenefit .benefit p{
    background-color: #9c9c9c;
    padding: .5rem;
    color: #fff;
    text-align: center;
}


.CommvaultBenefit .benefit ul{
    padding: 0 1rem;
}

.CommvaultBenefit .benefit ul li{
    margin: .5rem;
    position: relative;
}

.CommvaultBenefit .benefit ul li::before{
    content: '\f111';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #FF4A6A;
    font-size: .5rem;
    position: absolute;
    top: .4rem;
    left: -1rem;
}
.errorPage{
    background-image: url('/Style Library/TargetDesign/images/errorBG.svg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 437px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    width: 80vw;
    background-position: right;
    margin: 1rem auto;
}

.errorPage h3{
    margin-left: 0;
    font-family: 'HelveticaBold';
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
}

.errorPage p{
    width: 26%;
}

/*************** Network Solutions ******************/
.network .headingGray{
    margin: 2rem 0;
}

.network .row > div{
    margin-bottom: 1rem;
}

.network .infrastructureBox{
    background-color: #F2F2F2;
    text-align: center;
    padding: .5rem .7rem;
    border-radius: 6px;
    height: 100%;
}

.network .infrastructureBox .ImageContainer{
    background-color: #fff;
    height: 118px;
    border-radius: 6px;
    overflow: hidden;
}

.network .infrastructureBox .ImageContainer img{
    max-width: 100%;
}

.network .infrastructureBox h5{
    font-size: .9rem;
    margin-top: .7rem;
}

.network .listPoint li::before{
    background-color: #F38F1F;
}

.network .boxBlock{
    padding: 2.5rem 1rem 2rem;
    border: 1px solid #f38f1f;
}

.boxWithHead {
    margin: 2rem 0;
}

.boxWithHead .row >div{
    margin: 1rem 0;
}

.boxWithHead .box {
    border-radius: 10px;
    border: 2px solid #f38f1f;
    overflow: hidden;
    height: 100%;
}

.boxWithHead .box h5{
    background-color: #F38F1F;
    padding: 1rem 0;
    text-align: center;
    color: #fff;
}

.boxWithHead .box ul{
    padding: .5rem 1rem;
}

.boxWithHead .box ul li::before{    
    background-color: #f38f1f;
}

.boxWithHead .box ul li{
    width: 49%;
    display: inline-flex;
    margin: .2rem 0;
}

.operationsBlock{
    display:flex;
    align-items: center;
    justify-content:space-between;
    margin: 2rem 0;
}

.operationsBlock .operation{
    display:inline-flex;
    width:18%;
    border-radius:5px;
    border: 1px solid #f38f1f;
    padding: 1rem;
}

.operationsBlock .operation p{
    font-family: HelveticaBold;
    font-size: .9rem;
    margin: 0;
}

.networkPoints .accessPortfolio .point{
    border: 2px solid #F2F2F2;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
    margin: 1rem 0;
    position: relative;
}

.networkPoints .accessPortfolio .point .bg{
    background-color: #F2F2F2;
    padding: 1rem;
    text-align: center;
}

.networkPoints .accessPortfolio .point .bg img{
    max-width: 100%;
}

.networkPoints .accessPortfolio .point .bg h5{
    margin-top: 1rem;
    font-family: 'HelveticaBold';
    color: #59595c;
    margin-bottom: 0;
    font-size: 1rem;
}

.accessPortfolio .point ul{
    padding: 1rem;
}

.accessPortfolio .point ul li{
    line-height: 1.9;
}

.accessPortfolio .point ul li::before,
.airpase ul li::before{
    background-color: #F38F1F;
}

.networkPoints .accessPortfolio .point span{
    background-color:#f38f1f;
    position:absolute;
    margin:auto;
    padding:.3rem .8rem;
    display:inline-flex;
    left:0;
    right:0;
    width:15px;
    align-items:center;
    justify-content:center;
    text-align:center;
    bottom: .7rem;
    color:#fff;
    border-radius: 5px;
    cursor:pointer
}

.airpase ul li{
    margin: 1rem 0;
    color: #59595C;
}

.accessPortfolio .row >div{
    margin-bottom: 1rem;
}